home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Family Forum 262
/
SOMC Family Forum 262.iso
/
Xtras
/
Animation Wizard.dir
/
00006_TextField.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-10
|
197 b
|
12 lines
property iFieldName
on birth me, theFieldName, theInitialText
set iFieldName to theFieldName
set the text of field iFieldName to theInitialText
return me
end
on mValidate me
return 1
end